Python Basics

tag_1
tag_2
tag_3
Author

Josh Lefkowicz

Published

February 14, 2025

In lectures 4 & 5, and Classwork 4 we went over some of the basics when it comes to using python. We learned how to assign variables and create lists. Basic math functions were discussed too. We also introduced using while & for loops, and how break and else commands can be utilized to modify these loops. We introduces how to import the pandas library as well.